Objects Object
InstallShield 2026 » InstallScript Language Reference
Project:
The Objects object is used for getting access to your project’s InstallShield objects by either index or name; for example:
set obj1 = Objects(1);
set obj2 = Objects("New MFC 6.2 Runtime 1");
Properties
|
Property |
Description |
|
Count |
The number of InstallShield objects included in your project. |